<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.floors {
    margin-bottom: 30px;
    position: relative;
    background: #ffffff;
}

.floors .f_title {
    position: relative;
    color: #222222;
}

.floors .f_title .row,
.floors .f_title .col {
    margin-bottom: 0;
}


.floors .lc {
    width: 225px !important;
    padding-right: 0 !important;
}

.floors .lc .box a {
    font-size: 22px;
    font-weight: bold;
    color: #fff !important;
    line-height: 60px;
    padding-left: 30px; 
}

/*.floors .lc .box span {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
}


#louti1 .lc .box span {
    color: #4a4a4a;
}

#louti2 .lc .box span {
    color: #919fab;
}

#louti3 .lc .box span {
    color: #1b5f50;
}

#louti4 .lc .box span {
    color: #5a92e3;
}*/


#louti1 .lc .box {
    background: #4a4a4a;
}

#louti2 .lc .box {
    background: #919fab;
}

#louti3 .lc .box {
    background: #1b5f50;
}

#louti4 .lc .box {
    background: #5a92e3;
}


.floors .tabs_nav .box {
    text-align: left;
    line-height: 40px;
    padding: 10px 50px 10px;
}

.floors .tabs_nav a {
    display: inline-block;
    font-size: 16px;
    color: #656363;
    position: relative;
    text-align: center;
    margin: 0 5px;
    padding: 0 10px;
}

.floors .tabs_more {
    padding-top: 10px;
    color: #949595;
    font-size: 16px;
    line-height: 40px;
}


#louti1 .tabs_nav a:hover,
#louti1 .tabs_nav a.on {
    background: #4a4a4a !important;
}

#louti2 .tabs_nav a:hover,
#louti2 .tabs_nav a.on {
    background: #919fab !important;
}

#louti3 .tabs_nav a:hover,
#louti3 .tabs_nav a.on {
    background: #1b5f50 !important;
}

#louti4 .tabs_nav a:hover,
#louti4 .tabs_nav a.on {
    background: #5a92e3 !important;
}

.floors .tabs_nav a:hover,
.floors .tabs_nav a.on {
    color: #fff;
    border-radius: 5px;
}


.floors .tabs_nav a:last-child {
    margin-right: 0;
}


.floors .main {
    width: 100%;
    height: 506px;
    overflow: hidden;
}

.floors .main .list_box {
    width: 130px;

}

.floors .main .list_box .list_list {
    width: 100%;

}

#louti1.floors .main .list_box .list_list {
    background: #e30505;
}

#louti2.floors .main .list_box .list_list {
    background: #52c7f6;
}

#louti3.floors .main .list_box .list_list {
    background: #4fc202;
}

#louti4.floors .main .list_box .list_list {
    background: #01b4a8;
}

#louti5.floors .main .list_box .list_list {
    background: #9298f1;
}

#louti6.floors .main .list_box .list_list {
    background: #fbc123;
}

#louti7.floors .main .list_box .list_list {
    background: #88a7b6;
}

.floors .main .list_box a {
    color: #fff;
}

.floors .main .list_box a:hover {
    color: #ff0;
}

.floors .main .list_box p big,
.floors .main .list_box p i {
    font-weight: bold;
    font-size: 17px;
}

.floors .adv {
    width: 225px !important;
    height: 506px !important;
    padding-right: 0 !important;
    overflow: hidden;
}

.floors .tabs_conts {
    position: relative;
    overflow: hidden;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.floors .tabs_conts .tab_cont {
    margin: 0 -5px;
    display: none;
}

.floors .tabs_conts .tab_cont.on {
    display: block;
}

.floors .tabs_conts .tab_cont li {
    padding: 1px !important;
    margin-bottom: 0;
}


.floors .tabs_conts .tab_cont li.item {
    border-top: 1px solid #e4e2e2;
    border-right: 1px solid #e4e2e2;
    width: 25%;
}

.floors .tabs_conts .tab_cont li a {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    height: 252px;
}

.floors .tabs_conts .tab_cont li .img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 150px;
    padding: 1px;
    box-sizing: border-box;
}

.floors .tabs_conts .tab_cont li .img img {
    transition: all 0.5s;
    margin: 0 auto;
    height: 140px;
}


.floors .tabs_conts .tab_cont li.item a {
    padding: 1px;
}

.floors .tabs_conts .tab_cont li.adv .img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 296px;
    padding: 0;
    box-sizing: border-box;
}

.floors .tabs_conts .tab_cont li.adv .img img {
    transition: all 0.5s;
    margin: 0 auto;
    height: 296px;
}

.floors .tabs_conts .tab_cont li .cont {
    padding: 0 15px;
}

.floors .tabs_conts .tab_cont li .title {
    height: 30px;
    line-height: 30px;
    color: #555555;
}

.floors .tabs_conts .tab_cont li .price {
    position: relative;
    line-height: 30px;
    height: 30px;
    color: #ea1616;
    margin-top: 10px;
}

.floors .tabs_conts .tab_cont li .price b {
    font-size: 18px;
    color: #ea1616;
}

.ads {
    margin-bottom: 30px;
}</pre></body></html>